const go/types._WrongTypeArgCount

7 uses

	go/types (current package)
		assignments.go#L76: 		check.errorf(x, _WrongTypeArgCount, "cannot use generic function %s without instantiation in %s", x, context)
		call.go#L36: 		check.errorf(ix.Indices[got-1], _WrongTypeArgCount, "got %d type arguments but want %d", got, want)
		call.go#L199: 			check.errorf(xlist[want], _WrongTypeArgCount, "got %d type arguments but want %d", got, want)
		errorcodes.go#L1331: 	_WrongTypeArgCount
		expr.go#L1237: 		check.errorf(x.expr, _WrongTypeArgCount, "cannot use generic %s %s without instantiation", what, x.expr)
		instantiate.go#L128: 			check.errorf(atPos(pos), _WrongTypeArgCount, "got %d arguments but %d type parameters", ntargs, ntparams)
		typexpr.go#L185: 		check.errorf(e, _WrongTypeArgCount, "cannot use generic type %s without instantiation", typ)